home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / pbase.arc / README < prev    next >
Encoding:
Text File  |  1985-10-14  |  4.3 KB  |  115 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.           (README September 1985)
  8.  
  9.           Version 1 of pBASE is distributed in two "flavors":
  10.  
  11.                RBBS archive
  12.  
  13.                User-supported
  14.  
  15.           The RBBS archive version contains an operational pBASE program,
  16.           some sample programs and a subset of the documentation.  It may
  17.           be distributed without restriction as long as the archive files
  18.           are unmodified and no fees are charged.
  19.  
  20.           The user-supported version consists of the current and complete
  21.           program and documentation.  It may be obtained for the nominal
  22.           fee of $35 (CA residents add tax) from:
  23.  
  24.                          4B Associates
  25.                          2518 Curran Ct.
  26.                          Pinole, CA 94564
  27.  
  28.           Please write us about bugs, improvments and application programs.
  29.  
  30.           The user-supported concept...
  31.  
  32.           User-supported software is an experiment in program distribution,
  33.           based on a belief that:
  34.  
  35.                - the value and utility of software is best assessed by the
  36.                end-user on his/her computer.
  37.  
  38.                - the creation and evolution of personal computer programs
  39.                can and should be supported by end-users.
  40.  
  41.                - copying of computer programs should be encouraged, rather
  42.                than restricted.
  43.  
  44.                - computer programs are too expensive for the casual user.
  45.  
  46.  
  47.           PLEASE JOIN THE EXPERIMENT!
  48.  
  49.  
  50. =============================================================================
  51.  
  52.  
  53. What is pBASE?  Well... it's a "programmable" data base management system
  54.  
  55. (DBMS) featuring a fourth generation language based on IBM's Structured
  56.  
  57. Query Language (SQL).  It might be best described as a combination of
  58.  
  59. dBASE II/III, RBASE 5000, SQL and my imagination.  It currently exists
  60.  
  61. only as an interpreter but the internal design will support tokenized input
  62.  
  63. and well as the generation of language source code (such as C or PASCAL).
  64.  
  65. The interpreter is logically independent of the DBMS engine to allow it to
  66.  
  67. "talk" to other DBMS' and to support language interfaces to the engine.
  68.  
  69.  
  70.  
  71. Although pBASE is currently targeted at a fairly sophisticated user audience,
  72.  
  73. future enhancements will support an interface suitable for the so-called
  74.  
  75. naive user.
  76.  
  77.  
  78.  
  79. User-supported software is an experiment in program distribution, based on
  80.  
  81. the belief that:
  82.  
  83.  
  84.  
  85.     - the value and utility of software is best assessed by the end-user on
  86.  
  87.       on his/her computer.
  88.  
  89.  
  90.  
  91.     - the creation and evolution of personal computer programs can and should
  92.  
  93.       be supported by end-users.
  94.  
  95.  
  96.  
  97.     - copying of computer programs should be encouraged, rather than
  98.  
  99.       restricted.
  100.  
  101.  
  102.  
  103.     - computer programs are too expensive for the casual user.
  104.  
  105.  
  106.  
  107.  
  108.  
  109. PLEASE JOIN THE EXPERIMENT!
  110.  
  111.  
  112.  
  113. ===================== KNOWN pBASE PROBLEMS =========================
  114.  
  115. 09/30/85
  116.  
  117.   Entry of a single quote (') within a forms field will generate a syntax
  118.  
  119.   error.  A temporary solution is to enter two single quotes ('').  pBASE
  120.  
  121.   will be modified in a maintenance release to provide the second quote
  122.  
  123.   transparently.
  124.  
  125. 09/30/85
  126.  
  127.   String function arguments are NOT checked for reasonableness.
  128.  
  129. 10/01/85 - fixed 1.01
  130.  
  131.   Form entry (1st cycle) generates an INSERT command syntax error if ALL
  132.  
  133.   fields not tabbed through and an associated variable created.
  134.  
  135. 10/01/85 - fixed 1.01
  136.  
  137.   Allow blank(s) in numeric field mask.
  138.  
  139. 10/01/85 - fixed 1.01
  140.  
  141.   Entry past mask end during data entry within a window.
  142.  
  143. 10/03/85 - fixed 1.02
  144.  
  145.   Loop during form entry when cursor right at field end and autoskip.
  146.  
  147.  
  148.  
  149.  
  150. ==================== HOW TO SUPPORT pBASE =====================
  151.  
  152.  
  153.  
  154. A complete program and documentation package may be obtained for the
  155.  
  156. nominal fee of $35 (CA residents add tax) from:
  157.  
  158.  
  159.  
  160.                       4B Associates
  161.  
  162.                       2518 Curran Court
  163.  
  164.                       Pinole, CA 94564
  165.  
  166.  
  167.  
  168.  
  169.  
  170. We will send you an IBM /4 formatted disk containing the most current
  171.  
  172. program and documention.  Useful program (.PRG) files will also be
  173.  
  174. included.  All files will be in one or more archive (.ARC) format files.
  175.  
  176.  
  177.